func internal/gover.cutInt

5 uses

	internal/gover (current package)
		gover.go#L103: 	v.Major, x, ok = cutInt(x)
		gover.go#L120: 	v.Minor, x, ok = cutInt(x[1:])
		gover.go#L135: 		v.Patch, x, ok = cutInt(x[1:])
		gover.go#L163: 	v.Pre, x, ok = cutInt(x)
		gover.go#L173: func cutInt(x string) (n, rest string, ok bool) {